You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The PR adds an additional "MMU" Panel -- very visual and dynamic to both control and monitor state of MMU. This works with Happy Hare for any MMU or AFC (configuration is through klipper extensions). Prerequisite moonraker support has already been incorporated.
Summary:
There is one new "MMU" panel and 4 dialogs launched from the main panel menu.
If an MMU is not detected then the panel isn't displayed and the only overlap with existing functionality is in the print start dialog which also tests for existence of MMU.
The additions are all tested on mobile, tablet and widescreen on dark and light modes.
The only "connective tissue" is on the print start dialog where I detect if this is an MMU print and use my "tool mapper" instead of spoolman which will still appear for single color prints in MMU bypass is selected.
This integrates with current spoolman functionality. I made one very small change to the spoolman active spool chooser to allow it to be used for selection purposes without setting active spool
Finally, the print start functionality relies on some new metadata from moonraker -- that PR has already been merged into the latest moonraker.
All strings are tokenized and in locales/en.json.
I created one additional mixin (mmu.ts) as a base for Mmu components.
If an MMU is not detected then the panel isn't displayed and the only overlap with existing functionality is in the print start dialog which also tests for existence of MMU.
The attached screenshots give a flavor of the main panel and a couple of the dialogs.
Mobile & Desktop Screenshots/Recordings
Here is a non-exhaustive selection of screenshots (some dialogs excluded):
Development and user testing has been performed on a public discord channel (Mainsail) on: https://discord.gg/98TYYUf6f2
[optional] Are there any post-deployment tasks we need to perform?
The functionality will only be seen if popular Happy Hare klipper extension is installed and configured. This populates printer.mmu and printer.mmu_machine printer variables.
The latest moonraker is required for the start print mapping to function correct since new metadata has been added.
moggieuk
changed the title
Implementation of MMU panel to support single-extruder-multi-material printing using the Happy Hare for any MMU/AFC.
feat: Implementation of MMU panel to support single-extruder-multi-material printing using the Happy Hare for any MMU/AFC.
Mar 1, 2025
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The PR adds an additional "MMU" Panel -- very visual and dynamic to both control and monitor state of MMU. This works with Happy Hare for any MMU or AFC (configuration is through klipper extensions). Prerequisite moonraker support has already been incorporated.
Summary:
The attached screenshots give a flavor of the main panel and a couple of the dialogs.
Mobile & Desktop Screenshots/Recordings
Here is a non-exhaustive selection of screenshots (some dialogs excluded):
Development and user testing has been performed on a public discord channel (Mainsail) on: https://discord.gg/98TYYUf6f2
[optional] Are there any post-deployment tasks we need to perform?
printer.mmu
andprinter.mmu_machine
printer variables.